home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / upchk_1.zip / PKTEST.BAT < prev    next >
DOS Batch File  |  1992-03-10  |  243b  |  16 lines

  1. @echo off
  2. pkunzip -t %1
  3. if errorlevel 3 goto Err
  4. if errorlevel 2 goto Err
  5. if errorlevel 1 goto Err
  6. goto OK
  7. :Err
  8. if exist temp.fil del temp.fil
  9. echo 1>temp.fil
  10. goto X
  11. :OK
  12. if exist temp.fil del temp.fil
  13. echo 0>temp.fil
  14. goto X
  15. :X
  16.